home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / glmatrix.xml < prev    next >
Extensible Markup Language  |  2009-09-22  |  2KB  |  49 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="glmatrix" _label="GLMatrix">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="100000" default="30000"
  10.           convert="invert"/>
  11.  
  12.   <number id="density" type="slider" arg="-density %"
  13.           _label="Glyph density" _low-label="Sparse" _high-label="Dense"
  14.           low="0" high="100" default="20"/>
  15.  
  16.   <number id="speed" type="slider" arg="-speed %"
  17.           _label="Glyph speed" _low-label="Slow" _high-label="Fast"
  18.           low="0.1" high="8.0" default="1.0"/>
  19.  
  20.   <select id="mode">
  21.     <option id="matrix" _label="Matrix encoding"/>
  22.     <option id="binary" _label="Binary encoding"      arg-set="-mode binary"/>
  23.     <option id="hex"    _label="Hexadecimal encoding" arg-set="-mode hex"/>
  24.     <option id="dna"    _label="Genetic encoding"     arg-set="-mode dna"/>
  25.   </select>
  26.  
  27.   <hgroup>
  28.    <boolean id="fog"    _label="Fog"     arg-unset="-no-fog"/>
  29.    <boolean id="waves"  _label="Waves"   arg-unset="-no-waves"/>
  30.    <boolean id="rotate" _label="Panning" arg-unset="-no-rotate"/>
  31.   </hgroup>
  32.  
  33.   <hgroup>
  34.    <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
  35.    <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
  36.    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  37.   </hgroup>
  38.  
  39.   <_description>
  40. Draws 3D dropping characters similar to what is seen in the title sequence
  41. of "The Matrix".
  42.  
  43. See also "xmatrix" for a 2D rendering of the similar effect that
  44. appeared on the computer monitors actually *in* the movie.
  45.  
  46. Written by Jamie Zawinski; 2003.
  47.   </_description>
  48. </screensaver>
  49.